Uses of Class
org.eclipse.vtp.desktop.core.configuration.attacheddata.AttachedDataBindingItem

Packages that use AttachedDataBindingItem
org.eclipse.vtp.desktop.core.configuration.attacheddata   
 

Uses of AttachedDataBindingItem in org.eclipse.vtp.desktop.core.configuration.attacheddata
 

Methods in org.eclipse.vtp.desktop.core.configuration.attacheddata that return AttachedDataBindingItem
 AttachedDataBindingItem AttachedDataBinding.getAttachedDataItem(java.lang.String brand, java.lang.String interactionType, java.lang.String language)
           
 

Methods in org.eclipse.vtp.desktop.core.configuration.attacheddata with parameters of type AttachedDataBindingItem
 void AttachedDataBinding.putAttachedDataItem(java.lang.String brand, java.lang.String interactionType, java.lang.String language, AttachedDataBindingItem item)